Welcome![Sign In][Sign Up]
Location:
Search - can protocol in c

Search list

[ICQ-IM-Chat基于TCPIP的局域网多用户通信系统

Description: 基于TCP/IP协议的网络多用户通信系统,可实现聊天、文件传送等应用,C++写的。-based on the TCP / IP protocol network multi-user communication system can achieve chatting, file transfer and other applications written in C.
Platform: | Size: 789475 | Author: 孙卫平 | Hits:

[CommunicationXMODEM.C

Description: 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
Platform: | Size: 2288 | Author: 伍先生 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\\cctv.ts >c:\\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Platform: | Size: 100002 | Author: 陈水德 | Hits:

[WEB Code用C语言进行CGI程序设计

Description: 用C语言进行CGI程序设计CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程 序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的 交互, 也就是CGI程序接受Web浏览器发送给 Web服务器的信息,进行处 理,将响应结果再回送给Web服务器及Web浏览器。CGI程序一般完成We b网页中表单(Form)数据的处理、数据库查询和实现与传统应用系统 的集成等工作。CGI程序可以用任何程序设计语言编写,如Shell脚本 语言、Perl、Fortran、Pascal、C语言等。但是用C语言编写的CGI程 序具有执行速度快、安全性高(因为C语言程序是编译执行且不可被修 改)等特点。-C language programming CGI (common gateway interface) provides a Web server call other executable (CGI) interface protocol standards. Web server by calling the CGI program and Web browser interaction, the CGI program is acceptable Web browser to the Web server to send the information, processing, in response to the results sent back to the Web server and Web browsers. CGI We completed procedures in general b page form (Form), data processing, database inquiries and applications to achieve with traditional systems integration work. CGI programs can be written in any programming language, such as Shell scripting language, Perl, Fortran, Pascal, C language. But using the C language implementation of the CGI program is fast, safe (because the C language compiler implementation, as it is no
Platform: | Size: 4508 | Author: 林丰 | Hits:

[Other用Visual C++打造IE浏览器

Description: 此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft's Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design Visual C offers us a ChtmlView category, it has. It is easy to design browser.
Platform: | Size: 11264 | Author: 何浩 | Hits:

[CommunicationXMODEM.C

Description: 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
Platform: | Size: 2048 | Author: 伍先生 | Hits:

[CommunicationDMX512-1990

Description: 灯光舞台系统的通信协议白皮书,DMX512在1990年发布时的原版白皮书-stage lighting system communication protocol White Paper, CAN released in 1990 when the original White Paper
Platform: | Size: 4295680 | Author: 吕海安 | Hits:

[Modem programzmodemclass

Description: 一个在Visual c++下可对串口和MODEM进行操作,并能用ZOMDEM协议进行收发文件的程序.-in Visual c 1 under on the serial port and modem operate, ZOMDEM agreement and can be used for incoming and outgoing documents procedures.
Platform: | Size: 4999168 | Author: | Hits:

[File FormateXmodem

Description: 本文件描述了一个基于串口实现文件传输的协议eXmodem,该协议基于标准Xmodem File Transfer Protocol,是一个独立标准,完全功能,全新的文件传输协议。 1)该协议除实现Xmodem File Transfer基本功能,即已实现了在两个设备相互之间,通过串口把一个设备内文件传输至另一个设备内;其增强功能所列参考如下: a)两个设备相互之间传输文件能够以一致的文件目录存放; b)两个设备相互之间可以传输任意大小的文件,而Xmodem File Transfer只能传送128 *n字节大小的文件; c)具备避免一个文件在两个设备相互之间重复传输的功能,提高了文件传输的效率。 -This document describes the realization of a document based on serial transmission agreement eXmodem. Based on the agreement Xmodem standard File Transfer Protocol, Standard is an independent, fully functional, new file transfer protocol. 1) Implementation of the agreement except Xmodem File Transfer basic functions, is realized in equipment between the two, put through a serial devices to another document transmission equipment; its reference listed enhancements are as follows : a) between two equipment to transfer files to the same directory storage; b) equipment between two transmission can be any size document, and Xmodem File Transfer can only transmit 128* n byte size of the document; c) avoid a document with the equipment between two transmission repeat function, improve the file t
Platform: | Size: 14336 | Author: 6756 | Hits:

[Ftp Servertftp

Description: C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快-C language UDP Simple File Transfer Protocol TFTP, including client and server to download the default path for the E:/up /, files will be downloaded to the E:/dn/under the default upload path for the E:/dn /, files will be uploaded to E:/up/under, you can change by changing the source code download upload path not only support the simple text transmission, also supports video and audio compression and transmission of large files, and transmission speed
Platform: | Size: 5120 | Author: 朱昶炜 | Hits:

[Other Web Codemyuploader-source-v181

Description: MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条. -MyUploader is a use http protocol (RFC 1867) used to upload files and folders to a web server, easy-to-use Java program fees. The use of occasional drag operation, you can upload in a short time and several hundred of documents. In the process of upload files to provide a visualization of the progress bar.
Platform: | Size: 749568 | Author: likeilike | Hits:

[Communicationodmrp

Description: 为NS2下的一个多播路由协议模块,ODMRP,有用都可以看一下,仿真环境是NS2.29-NS2 under for a multicast routing protocol module, ODMRP, can be useful to look at, the simulation environment is NS2.29
Platform: | Size: 474112 | Author: yuhaiyang | Hits:

[Com Portfreemodbus-v1.4.0

Description: FreeMODBUS 是针对通用的Modbus协议栈在嵌入式系统中应用的一个实现。Modbus协议是一个在工业制造领域中得到广泛应用的一个网络协议。一个Modbus通信协议栈包括两层:定义了数据结构和功能Modbus应用协议和网络层。在FreeMODBUS的当前版本中,提供了Modbus Application Protocol v1.1a 的实现并且支持在Modbus over serial line specification 1.0中定义的RTU/ASCII传输模式。从0.7版本开始,FreeModbus也支持在TCP defined in Modbus Messaging on TCP/IP Implementation Guide v1.0a中定义的TCP传输。Freemodbus遵循BSD[1] ,这意味着本协议栈的实现代码可以应用于商业用途。-FreeMODBUS is common Modbus protocol stack for embedded systems applications in an implementation. Modbus protocol is an area in the industrial manufacturing of a widely used network protocol. A Modbus communication protocol stack including the two: the definition of a data structure and function of Modbus Application Protocol and network layer. In FreeMODBUS current version, provides a Modbus Application Protocol v1.1a implementation and support for Modbus over serial line specification 1.0 as defined in RTU/ASCII transfer mode. Starting from the 0.7 version, FreeModbus also supports TCP defined in Modbus Messaging on TCP/IP Implementation Guide v1.0a defined in the TCP transmission. Freemodbus follow the BSD [1], which means that the protocol stack implementation of the code can be used for commercial purposes.
Platform: | Size: 2948096 | Author: RoverX | Hits:

[VOIP programSIP

Description: SIP protocol in C++ the client and server are implemented the server can save all port of clients connected to server
Platform: | Size: 3072 | Author: Irene | Hits:

[DSP programISP1581

Description: 本文件夹中的代码是“ISP1581”的驱动代码。 main.c 该文件包括了main主函数以及ISP1581的初始化函数 usb_protocol.C 该文件包括了USB协议中的每个环节,包括枚举全过程等,读者可参考USB协议的第九章,比对学习,加深对USB协议的理解-The code in this folder is " ISP1581" the driver code. The file main.c contains the main function and main function usb_protocol.C ISP1581 initialization file contains the USB protocol in every aspect, including the enumeration of the whole process so the reader can refer to Chapter USB protocol than learning, deepen understanding of USB protocol
Platform: | Size: 5120 | Author: 小胖 | Hits:

[Internet-NetworkDSR-routing-protocol-in-opnet

Description: 利用C和C++实现了DSR路由协议,且此代码能在Opnet14.5中编译通过。其中还包括包格式的定义,-this codes implement the routing DSR,and it can compile in the Opnet successly
Platform: | Size: 66560 | Author: dj | Hits:

[Other Embeded programCAN-PRoject

Description: embedded c program for CAN protocol in ccs code using pic microcontoller
Platform: | Size: 17408 | Author: SIVAKUMAR | Hits:

[source in ebook天使插件C++源代码

Description: 转载! 源码说明: 本源码由TC简单软件科技有限公司开源,功能可以自由修改,发布 长沙简单软件科技有限公司对于源码不做后期维护,请大家在使用过程中遵循开源协议(Reprint! Source code description: The source code by TC simple software technology Co., Ltd. open source, features can be freely modified, released Changsha simple software technology Co., Ltd. does not do late maintenance for the source code. Please follow the open source protocol in the process of using)
Platform: | Size: 891904 | Author: 智械危机 | Hits:

[Embeded Linuxlibiec61850-1.2.1.tar

Description: 此库通过标准C编写,提供IEC61850的MMS协议实现的最新版ED2,兼容大多数ED1;它也提供变电站内的GOOSE通信。这个项目的目标是提供一个实现,并且这个实现非常的轻便,可以运行在嵌入式系统和小型控制器上。它还提供了很多简单的例子,可以作为我们自己的程序的开始点。 如下特性被支持: 1 ISO全协议的TCP/IP 2 静态生成IED模型,是靠SCL文件,通过C代码生成 3 动态生成IED模型,是通过API调用或者通过配置文件 4 关联服务(通过密码验证) 5 简单的和复杂的MMS变量读写服务 6 模型浏览服务(GetServerDirectory, GetDeviceDirectory …) 7 数据集服务,包括动态创建和删除数据集 8 IEC61850客户端和服务器API 9 简单的MMS客户端API(使用TASE.2) 10 带缓冲和不带缓冲的报告服务 11 客户端和服务器支持所有的IEC61850控制模型 12 GOOSE发送方和接收方代码可以单独使用 13 硬件提取层和执行可以在Linux和WIN32下 14 转变工具可以将SCL文件转成静态IED模型 15 转变工具可以将SCL文件转变为服务器配置文件 16 文件目录浏览和文件读服务(This library provides an implementation of IEC61850 on top of the MMS (Manufacturing Message Specification) protocol in standard C. It also provides support for intra-substation communication via GOOSE. The goal of this project is to provide an implementation that is very portable and can run on embedded systems and micro-controllers. Also provided is a set of simple examples that can be used as a starting point for own applications. The library also contains a .NET wrapper to allow the library to be used easily in high-level languages like C#. This implementation runs on embedded systems, embedded Linux systems as well as on desktop computers running Linux, Windows or MacOS.)
Platform: | Size: 1156096 | Author: wishfj | Hits:

[3G develop27834490leach-c

Description: 基于无线传感器网络中分簇路由协议leach协议的改进协议leach-c协议,可在matlab中运行通过。(Leach-c protocol, an improved protocol based on LEACH protocol for clustering routing in wireless sensor networks, can run through matlab.)
Platform: | Size: 347136 | Author: 聆听132010 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net